Html Css Color HEX #8238CB Dark Orchid

📋 copy color: '#8238CB'

red 130 ◦ green 56 ◦ blue 203

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

Shades of Dark Orchid #8238CB

Tints of Dark Orchid #8238CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 52.19%

R = 33.42%
G = 14.4%
B = 52.19%

CMYK

 C value IS 0.36

 M value IS 0.72

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8238CB (or 0x8238CB) is known color: Dark Orchid. HEX triplet: 82, 38 and CB. RGB value is (130,56,203). Sum of RGB (Red+Green+Blue) = 130+56+203=389 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.42% from 389); Green value is 56 (22.27% from 255 or 14.40% from 389); Blue value is 203 (79.69% from 255 or 52.19% from 389); Max value from RGB is 203 - color contains mainly: blue. Hex color #8238CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8238CB is #7DC734. Grayscale: #5E5E5E. Windows color (decimal): -8242997 or 13318274. OLE color: 13318274.

HSL color Cylindrical-coordinate representation of color #8238CB: hue angle of 270.2º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8238CB is Cyan = 0.36, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 130 56 203 -
CMYK 0.36 0.72 0 0.20
HSL 270.2º 0.59% 0.51% -
HSV(B) 270.2º 0.72% 0.8% -
XYZ 21.4 11.89 57.67 -
YUV 94.88 189.02 153.05 -
System Red Green Blue C M Y K H S L
Decimal 130 56 203 0.36 0.72 0 0.20 270.2 0.59 0.51
Hex 82 38 CB 24 48 0 14 10E 3B 33
Octal 202 70 313 44 110 0 24 416 73 63
Binary 10000010 111000 11001011 100100 1001000 0 10100 100001110 111011 110011

Color Harmonies of #8238CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8238CB

Black with #8238CB

Text Example


Text Example

White with #8238CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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