Html Css Color HEX #9482CB True V

📋 copy color: '#9482CB'

red 148 ◦ green 130 ◦ blue 203

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

Shades of True V #9482CB

Tints of True V #9482CB

RGB

 RED value IS 148 (58.2% from 255) = 30.77%

 GREEN value IS 130 (51.17% from 255) = 27.03%

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

R = 30.77%
G = 27.03%
B = 42.2%

CMYK

 C value IS 0.27

 M value IS 0.36

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9482CB (or 0x9482CB) is known color: True V. HEX triplet: 94, 82 and CB. RGB value is (148,130,203). Sum of RGB (Red+Green+Blue) = 148+130+203=481 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.77% from 481); Green value is 130 (51.17% from 255 or 27.03% from 481); Blue value is 203 (79.69% from 255 or 42.20% from 481); Max value from RGB is 203 - color contains mainly: blue. Hex color #9482CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9482CB is #6B7D34. Grayscale: #8F8F8F. Windows color (decimal): -7044405 or 13337236. OLE color: 13337236.

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

Color convert

RGB 148 130 203 -
CMYK 0.27 0.36 0 0.20
HSL 254.79º 0.41% 0.65% -
HSV(B) 254.79º 0.36% 0.8% -
XYZ 30.97 26.57 60 -
YUV 143.7 161.46 131.06 -
System Red Green Blue C M Y K H S L
Decimal 148 130 203 0.27 0.36 0 0.20 254.79 0.41 0.65
Hex 94 82 CB 1B 24 0 14 FF 29 41
Octal 224 202 313 33 44 0 24 377 51 101
Binary 10010100 10000010 11001011 11011 100100 0 10100 11111111 101001 1000001

Color Harmonies of #9482CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9482CB

Black with #9482CB

Text Example


Text Example

White with #9482CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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