Html Css Color HEX #8238C6 Dark Orchid

📋 copy color: '#8238C6'

red 130 ◦ green 56 ◦ blue 198

#8238C6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #8238C6

Tints of Dark Orchid #8238C6

RGB

 RED value IS 130 (51.17% from 255) = 33.85%

 GREEN value IS 56 (22.27% from 255) = 14.58%

 BLUE value IS 198 (77.73% from 255) = 51.56%

R = 33.85%
G = 14.58%
B = 51.56%

CMYK

 C value IS 0.34

 M value IS 0.72

 Y value IS 0

 K value IS 0.22

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#8238C6 (or 0x8238C6) is known color: Dark Orchid. HEX triplet: 82, 38 and C6. RGB value is (130,56,198). Sum of RGB (Red+Green+Blue) = 130+56+198=384 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.85% from 384); Green value is 56 (22.27% from 255 or 14.58% from 384); Blue value is 198 (77.73% from 255 or 51.56% from 384); Max value from RGB is 198 - color contains mainly: blue. Hex color #8238C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8238C6 is #7DC739. Grayscale: #5D5D5D. Windows color (decimal): -8243002 or 12990594. OLE color: 12990594.

HSL color Cylindrical-coordinate representation of color #8238C6: hue angle of 271.27º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8238C6 is Cyan = 0.34, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 130 56 198 -
CMYK 0.34 0.72 0 0.22
HSL 271.27º 0.56% 0.5% -
HSV(B) 271.27º 0.72% 0.78% -
XYZ 20.81 11.65 54.58 -
YUV 94.31 186.52 153.45 -
System Red Green Blue C M Y K H S L
Decimal 130 56 198 0.34 0.72 0 0.22 271.27 0.56 0.5
Hex 82 38 C6 22 48 0 16 10F 38 32
Octal 202 70 306 42 110 0 26 417 70 62
Binary 10000010 111000 11000110 100010 1001000 0 10110 100001111 111000 110010

Color Harmonies of #8238C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8238C6

Black with #8238C6

Text Example


Text Example

White with #8238C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8238C6; }

 p { color: rgb(130,56,198); }

 H1.HeaderClassName
 {
   color: #8238C6;
 }
 .AnyTagClassName
 {
   color: #8238C6;
 }
</style>

background-color css

<style>
 a { background-color: #8238C6; }

 a { background-color: rgb(130,56,198); }

 div.DivClassName
 {
   background-color: #8238C6;
 }
 .BgClassName
 {
   background-color: #8238C6;
 }
</style>

border-color css

<style>
 span { border-color: #8238C6; }

 span { border-color: rgb(130,56,198); }

 td.TdClassName
 {
   border-color: #8238C6;
 }
 .TagClassName
 {
   border-color: #8238C6;
 }
</style>